Release 10.1A: OpenEdge Data Management:
SQL Reference


LCASE

Returns the result of the argument character expression after converting all the characters to lowercase. LCASE is the same as LOWER but provides ODBC-compatible syntax.

Syntax

LCASE ( char_expression ) 

Example

This example illustrates the LCASE function:

SELECT * 
    FROM customer 
    WHERE LCASE (last_name) = 'smith' ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095